home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / fntsum11.arc / FONTSUM.DOC next >
Text File  |  1990-01-14  |  9KB  |  234 lines

  1. FONTSUM - Version 1.1        12 JAN 90
  2.  an HP LaserJet Plus/Series II soft font summary listing program.
  3.  
  4. If you upload this file to other BBS's, please use the name FNTSUM11.ZIP.
  5.  
  6.  
  7. FILES INCLUDED:
  8.  
  9.    FONTSUM.EXE  - The executable program.
  10.    FONTSUM.DOC  - This document.
  11.  
  12. System requirements:
  13.    IBM PC,XT,AT,PS/2 or compatible
  14.    256K RAM at the very least.
  15.    LaserJet Plus, Series II or compatible printer
  16.    Collection of Soft Fonts
  17.  
  18. PROGRAM DESCRIPTION
  19.  
  20. FONTSUM is a program to print a summary of soft fonts. The
  21. program will load and print 15 or more different fonts dynamically
  22. spaced on a page.  Note that the LaserJet Plus and most
  23. compatible printers are restricted to fonts of 30 points in
  24. height. FONTSUM uses the resident 12 point courier font for
  25. headings and font names.
  26.  
  27. PROGRAM USAGE
  28.  
  29. FONTSUM works from the DOS command line.
  30.  C> FONTSUM [@][d:][path]fn1 [fn2...fnn] [/Cnn] [/N] [/Odest]
  31. [/Ttext] [/Dtext] [/Pnn] [/Mnn]
  32.  
  33.     fn1         is a soft font file name. Wildcards are permitted.
  34.                 The filename may be prefixed with a drive and path
  35.                 identifier if necessary. Multiple filenames may be
  36.                 specified up to the limit of the command line.
  37.  
  38.                 If the filename is prefixed by a @, the filename
  39.                 is assumed to be a text file containing a list of
  40.                 fonts to be printed. Each font name must begin in
  41.                 the first position of a new line. Comments must be
  42.                 preceeded by a space and may be included anywhere
  43.                 on the line after the filename. The filename may
  44.                 contain drive and path designators if desired.
  45.  
  46.     /Cnn        Copy count parameter. This may be specified to
  47.                 produce multiple copies of the font summary
  48.                 listings. Valid entries are 1 thru 99. The default
  49.                 value is 1.
  50.  
  51.     /N          NoSort. By default, names specified by wild cards
  52.                 will be sorted in alphanumeric sequence.
  53.                 Specifying the /N option will suppress the sorting
  54.                 of the file names.
  55.  
  56.     /Odest      Destination. This option may be used to override
  57.                 the default destination by specifying a parameter
  58.                 such as COM1, LPT2, etc. The default value is PRN
  59.                 (LPT1). The default value may be specified in an
  60.                 environment variable ORBLJ. This is set with the
  61.                 DOS SET command: SET ORBLJ=LPT1
  62.  
  63. *    /Ttext     This will specify a title to be printed at the top
  64.                 of each page. The title may be up to 80 characters
  65.                 long. To include spaces in the title description,
  66.                 use the underscore (_) character.
  67.  
  68. *    /Dtext     This parameter will insert the date at the top of
  69.                 each page. The default value (/D) is the current
  70.                 date. The date may be specified as a text string,
  71.                 such as /DJanuary_1,_1989.
  72.  
  73. *    /Pnn       Page numbering. This parameter will insert page
  74.                 numbers at the top of each page. You may specify a
  75.                 starting page number (/P3) which will start the
  76.                 page numbering with 3. The default value is 1.
  77.  
  78.      /Mnn       Maximum fonts per page. This will reduce the maximum
  79.                 fonts printed on a page from the default established
  80.                 by the default printer definition. (See Setup).
  81.  
  82. *    The above options (/T, /D, and /P) are not available on
  83.      unregistered copies. When you register your copy, these
  84.      features will be activated and the advertisement graphics
  85.      will no longer print on the output pages.
  86.  
  87. FONTSUM will print one line of text for each font. The default
  88. test string that is printed is:
  89.     ABCdefGHIjklMNOpqrSTUvwxYZ0123456789!@#$%^&*()_+|
  90. This string can be replaced by the first line of text found in
  91. the ASCII text file FONTSUM.CFG. If you choose to use this file,
  92. it must be present in the current directory.
  93.  
  94. SETUP
  95.  
  96. You can define your printer port and printer to FONTSUM by using
  97. the DOS SET command to establish an environment variable. This command
  98. may be issued from the DOS command line or from within your AUTOEXEC.BAT
  99. file.
  100.  
  101. The syntax is as follows:
  102.    SET ORBLJ=ppp;n
  103. where ppp is the printer port (PRN, LPT1, LPT2, COM1, COM2, etc.) and n is
  104. the numeric equivalent of your printer type from the following table:
  105.  
  106.    printertype    max-fonts     max-pointsize
  107.    ===========    =========     =============
  108.    0 original lj         0           0
  109.    1 lj+                16          30
  110.    2 lj500+             16          30
  111.    3 ljII               16        unlimited
  112.    4 ljIId         unlimited      unlimited
  113.    5 ljIIp         unlimited      unlimited
  114.    9 lj undefined       16          30    (default)
  115. Examples:
  116.  
  117.    SET ORBLJ=PRN;9       Default value
  118.    SET ORBLJ=LPT1;3      Define a LaserJet Series II on LPT1
  119.    SET ORBLJ=LPT2;4      Define a LaserJet Series IID on LPT2
  120.    SET ORBLJ=COM1;1      Define a LaserJet Plus on COM1
  121.  
  122. Note that there are no spaces on either side of the = sign.
  123.  
  124.  
  125. Revision History:
  126.  
  127. Version 1.01  25 JUL 89
  128.     First public release of this program
  129.  
  130. Version 1.1   12 JAN 90
  131.     Added support for the SET ORBLJ= environment variable
  132.     Added dynamic spacing of fonts based on font size
  133.     Added /M command to limit fonts on a page
  134.     Fixed bug that caused the program to terminate if a
  135.       font listed in the @list did not exist
  136.     Removed the RESET command that prohibited setting a
  137.       LaserJet IID to duplex mode.
  138.     Added a size display to the screen to show the total
  139.       memory size of fonts loaded for a given page.
  140.  
  141. Orbit Enterprises, Inc's Shareware License Statement
  142.  
  143. FONTSUM (C) Copyright 1989, 1990 Orbit Enterprises, Inc.
  144.  
  145. This software is provided "as is" with no guarantees of any kind.
  146. You, the user, are permitted and encouraged to distribute it and
  147. use it, but under the following conditions:
  148.  
  149. 1)   You may not sell this program.
  150.  
  151. 2)   Under no circumstances should you distribute versions of
  152.      this product which have been altered in any way without the
  153.      permission of Orbit Enterprises, Inc.
  154.  
  155. 3)   Under no circumstances should you remove the copyright
  156.      notices from the code or from the documentation which is
  157.      provided with it.
  158.  
  159. 4)   This is a shareware product. You may use it for free for a
  160.      30 day period.  After that you must either register or stop
  161.      using it.  You may still distribute it, however.
  162.  
  163. If you find this program to be a useful, you must send a $20.00
  164. registration fee to:
  165.    Orbit Enterprises, Inc.
  166.    P.O. Box 2875
  167.    Glen Ellyn, IL  60138
  168.    (708) 469-3405 (Voice)
  169.    (708) 469-4850 (BBS)
  170.    (708) 469-4895 (FAX)
  171.  
  172. Those who previously registered a version of FontSum may use
  173. their same installation procedure to register this version
  174. for use.
  175.  
  176.  
  177. Orbit Enterprises, Inc. is a commercial software company that
  178. specializes in software for the HP LaserJet family of printers
  179. and other compatible printers with LaserJet Plus or Series II
  180. emulation.
  181.  
  182. Our products include:
  183.     FormSet, the text to PCL (Printer Control Language) compiler
  184.     E-Z-Set, the menu driven LaserJet set up program
  185.     Imagener, the text-to-graphic converter and LaserJet graphic
  186.               macro generator.
  187.  
  188. We also publish LaserStuff, a newsletter and catalog of interest
  189. to those who use laser printers. LaserStuff is published every so
  190. often and mailed to customers and others who request a
  191. subscription. There is no cost to subscribe to LaserStuff.
  192.                        Invoice / Registration Form
  193.  
  194.  
  195.  
  196.  
  197.  
  198. Orbit Enterprises, Inc.                            DATE: _______________
  199. P.O. Box 2875
  200. Glen Ellyn, IL  60138
  201.  
  202.  
  203.  
  204.  
  205.  
  206. Sold To:
  207.  
  208.      Name:     __________________________________________________
  209.  
  210.      Company:  __________________________________________________
  211.  
  212.      Address:  __________________________________________________
  213.  
  214.                __________________________________________________
  215.  
  216.      City:     ______________ ST/Prov: ___ Zip/Postal Code ______
  217.  
  218.      Country:  __________________________________________________
  219.  
  220.  
  221. =================================================================
  222.  
  223.  
  224. ____ copies of FontSum (registered version @ $20 each)  ________
  225.  
  226. ____ copies of FontSum Trial Disk  ($5 each). . . . . . ________
  227.  
  228. ____ add $5 for delivery outside of US/Canada . . . . . ________
  229.  
  230. ____ Illinois Sales Tax @ 6.75% (if appropriate)  . . . ________
  231.  
  232.      Total Enclosed . . . . . . . . . . . . . . . . . . ________
  233.  
  234.